Skip to main content
Version: 5.1.0.0

Convert binary message to string

Description

This scriptlet converts the content of a binary message to a string representation by treating the content as a string in ISO-8859-1 encoding.

Note: If another encoding should be used, one can adjust this constant in the scriptlet.

Create

See creation of Scriptlet.

Configuration

Properties and Parameter assignment

The assignment sections define the assignment of variables between the script and the process model.

The following parameters are available:

**Ingoing parameters**:

- **MSG**: MSG Source message.

**Outgoing parameters**:

- **MSG**: text the content of the binary message as string.